GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-14T06:52:59.2116668+00:00",
"SubmitDate": "2026-01-14T06:52:59.2116668+00:00",
"ReportPeriodStart": "2026-01-14T06:52:59.2116668+00:00",
"ReportPeriodEnd": "2026-01-14T06:52:59.2116668+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4e85b802-9fd3-427a-abf7-19da79e7e152",
"Rows": [
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4e85b802-9fd3-427a-abf7-19da79e7e152",
"Rows": [
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c3b21aec-598a-4b48-8c67-196389217697",
"c60dc8a6-304e-41cd-af14-80e1c71cc571"
],
"Approvers": [
"99e630fa-0009-4490-829c-204113ac8fa8",
"c6eabda1-8cfb-473b-93bc-6e0a2447a9f2"
],
"ApprovedBy": "715f96a7-980d-4f71-9da5-92ba85b64e0a",
"ApprovalDate": "2026-01-14T06:52:59.2116668+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2488d01e-13af-489e-af2a-6cf900c2efcd",
"id": "96cab346-77ab-4eb3-8b75-db6f544c98a2",
"ConfigId": "d74a3b47-9587-4ebe-86da-411d40996623"
},
{
"GenerationDate": "2026-01-14T06:52:59.2116668+00:00",
"SubmitDate": "2026-01-14T06:52:59.2116668+00:00",
"ReportPeriodStart": "2026-01-14T06:52:59.2116668+00:00",
"ReportPeriodEnd": "2026-01-14T06:52:59.2116668+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4e85b802-9fd3-427a-abf7-19da79e7e152",
"Rows": [
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4e85b802-9fd3-427a-abf7-19da79e7e152",
"Rows": [
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ed492903-fb3a-44c3-94f3-8e4282edc6a6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c3b21aec-598a-4b48-8c67-196389217697",
"c60dc8a6-304e-41cd-af14-80e1c71cc571"
],
"Approvers": [
"99e630fa-0009-4490-829c-204113ac8fa8",
"c6eabda1-8cfb-473b-93bc-6e0a2447a9f2"
],
"ApprovedBy": "715f96a7-980d-4f71-9da5-92ba85b64e0a",
"ApprovalDate": "2026-01-14T06:52:59.2116668+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2488d01e-13af-489e-af2a-6cf900c2efcd",
"id": "96cab346-77ab-4eb3-8b75-db6f544c98a2",
"ConfigId": "d74a3b47-9587-4ebe-86da-411d40996623"
}
]